@media only screen and (min-width: 0rem) {
    .universe {
        display: none;
    }

    .universe1 {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

    .universe2 {
        position: absolute;
        width: 100%;
        height: 70%;
        left: -20% !important;
        top: 0% !important;
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
    }

    .universe2 .satellite {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: -20%;
    }

    .universe3 {
        position: absolute;
        width: 100%;
        height: 70%;
        left: -10% !important;
        top: 20% !important;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .universe3 .satellite {
        display: none;
    }

    .satellite {
        width: 10px !important;
        position: absolute;
        top: 50%;
        left: 30%;
        -webkit-animation-name: orbit;
        animation-name: orbit;
        -webkit-animation-duration: 11s;
        animation-duration: 11s;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    @-webkit-keyframes orbit {
        0% {
            top: 60%;
            left: 0px;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            top: -40%;
            left: 120%;
            -webkit-transform: rotate(560deg);
            transform: rotate(560deg);
        }
    }

    @keyframes orbit {
        0% {
            top: 60%;
            left: 0px;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            top: -40%;
            left: 120%;
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    .shooting-star {
        position: absolute;
        right: 50%;
        top: -23.59%;
        width: 1px;
        height: 70px;
        background: #fff;
        -webkit-transform: rotate(-33deg);
        -ms-transform: rotate(-33deg);
        transform: rotate(-33deg);
        -webkit-animation: shootingStar;
        animation: shootingStar;
        -webkit-animation-duration: 9s;
        animation-duration: 9s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .shooting-star2 {
        top: -23.59%;
        -webkit-animation: shootingStar2;
        animation: shootingStar2;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }

    @-webkit-keyframes shootingStar {
        0% {
            top: -13.59%;
            right: 60%;
        }

        2% {
            opacity: 0;
            top: 100%;
            right: 0%;
        }

        86% {
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    @keyframes shootingStar {
        0% {
            top: -13.59%;
            right: 60%;
        }

        2% {
            opacity: 0;
            top: 100%;
            right: 0%;
        }

        86% {
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    @-webkit-keyframes shootingStar2 {
        0% {
            top: -23.59%;
            right: 50%;
        }

        2% {
            opacity: 0;
            top: 100%;
            right: -17%;
        }

        86% {
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    @keyframes shootingStar2 {
        0% {
            top: -23.59%;
            right: 50%;
        }

        2% {
            opacity: 0;
            top: 100%;
            right: -17%;
        }

        86% {
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    .star {
        width: 2px;
        height: 2px;
        border-radius: 50%;
        background-color: #fff;
        position: absolute;
        opacity: 0.5;
        display: block;
    }

    .star1 {
        top: 2%;
        left: 25%;
        -webkit-animation: starFlicker;
        animation: starFlicker;
        -webkit-animation-duration: 3s;
        animation-duration: 6s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

    .star2 {
        top: 1.3%;
        left: 48%;
        -webkit-animation: starFlicker;
        animation: starFlicker;
        -webkit-animation-duration: 2s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
    }

    .star3 {
        top: 20%;
        left: 36%;
        -webkit-animation: starFlicker;
        animation: starFlicker;
        -webkit-animation-duration: 4s;
        animation-duration: 8s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .star4 {
        top: 17%;
        left: 5%;
        -webkit-animation: starFlicker;
        animation: starFlicker;
        -webkit-animation-duration: 4s;
        animation-duration: 7s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .star5 {
        top: 11%;
        right: 19%;
        -webkit-animation: starFlicker;
        animation: starFlicker;
        -webkit-animation-duration: 4s;
        animation-duration: 8s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .star6 {
        top: 4%;
        right: 24%;
        -webkit-animation: starFlicker;
        animation: starFlicker;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

    .star7 {
        top: 3%;
        left: 29%;
        -webkit-animation: starFlicker;
        animation: starFlicker;
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s;
    }

    .star8 {
        top: 18%;
        left: 56%;
        -webkit-animation: starFlicker;
        animation: starFlicker;
        -webkit-animation-duration: 3s;
        animation-duration: 7s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .star9 {
        top: 31%;
        left: 57%;
        -webkit-animation: starFlicker;
        animation: starFlicker;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .star10 {
        top: 27%;
        left: 12%;
        -webkit-animation: starFlicker;
        animation: starFlicker;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .star11 {
        top: 7%;
        right: 31%;
        -webkit-animation: starFlicker;
        animation: starFlicker;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s;
    }

    .star12 {
        top: 35%;
        right: 12%;
        -webkit-animation: starFlicker;
        animation: starFlicker;
        -webkit-animation-duration: 4.5s;
        animation-duration: 4.5s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1.1s;
        animation-delay: 1.1s;
    }

    .star13 {
        top: 12%;
        right: 25%;
        -webkit-animation: starFlicker;
        animation: starFlicker;
        -webkit-animation-duration: 3.3s;
        animation-duration: 3.3s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 0.7s;
        animation-delay: 0.7s;
    }

    @-webkit-keyframes starFlicker {
        0% {
            opacity: 0.2;
        }

        50% {
            opacity: 0.8;
        }

        100% {
            opacity: 0.2;
        }
    }

    @keyframes starFlicker {
        0% {
            opacity: 0.2;
        }

        50% {
            opacity: 0.8;
        }

        100% {
            opacity: 0.2;
        }
    }

    .universe2 .star:nth-child(7) {
        top: -10% !important;
    }

    .universe2 .star:nth-child(2) {
        top: -15% !important;
    }

    body.dark-mode .universe {
        display: block;
    }

    .cs-ufo-wrapper {
        display: none;
    }
}

@media only screen and (min-width: 64rem) {
    .universe1 {
        height: 50%;
        width: 100%;
        left: -18.75rem;
    }

    .universe2 {
        position: absolute;
        width: 100%;
        height: 40%;
        left: 0% !important;
        top: 30% !important;
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    .universe2 .satellite {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
    }

    .universe3 {
        position: absolute;
        width: 100%;
        height: 50%;
        left: 10% !important;
        top: 0% !important;
        -webkit-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        transform: scaleY(-1);
    }

    .universe3 .satellite {
        display: none;
    }

    .shooting-star {
        position: absolute;
        right: 50%;
        top: -23.59%;
        width: 1px;
        height: 70px;
        background: #fff;
        -webkit-transform: rotate(-75deg);
        -ms-transform: rotate(-75deg);
        transform: rotate(-75deg);
        -webkit-animation: shootingStar;
        animation: shootingStar;
        animation-duration: 9s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .shooting-star2 {
        top: -23.59%;
        -webkit-animation: shootingStar2;
        animation: shootingStar2;
        -webkit-animation-duration: 10s;
        animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }

    @-webkit-keyframes shootingStar {
        0% {
            top: -13.59%;
            right: 60%;
        }

        2% {
            opacity: 0;
            top: 100%;
            right: 0%;
        }

        86% {
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    @keyframes shootingStar {
        0% {
            top: -13.59%;
            right: 60%;
        }

        2% {
            opacity: 0;
            top: 100%;
            right: 0%;
        }

        86% {
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    @-webkit-keyframes shootingStar2 {
        0% {
            top: -23.59%;
            right: 50%;
        }

        2% {
            opacity: 0;
            top: 100%;
            right: -17%;
        }

        86% {
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    @keyframes shootingStar2 {
        0% {
            top: -23.59%;
            right: 50%;
        }

        2% {
            opacity: 0;
            top: 100%;
            right: -17%;
        }

        86% {
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    .satellite {
        -webkit-animation-duration: 20s;
        animation-duration: 20s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .universe2 .satellite {
        -webkit-animation-delay: 10s;
        animation-delay: 10s;
        left: -10%;
    }

    .desktop-star {
        top: 20%;
        left: 20%;
    }
}
